.image-blocks__card {
	margin-bottom: 30px;
}

.image-blocks__image {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden;
}

    .image-blocks__image img {
        position: absolute;
        top: 0;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        max-height: none !important;
    }

.image-blocks__content {
	border: 1px solid #eee;
	border-top: 0 none;
	padding: 15px;
	box-sizing: border-box;
}

.image-blocks__content h4 {
	margin: 10px 0 15px;
}
